Everything Totally Explained


Ask & we'll explain, totally!
Statement block
Totally Explained


  NEW! All the latest news in the worlds of computer gaming, entertainment, the environment,  
finance, health, politics, science, stocks & shares, technology and much, much, more.  


View this entry using RSS

Everything about Statement Block totally explained

In computer programming, a statement block (or code block) is a section of code which is grouped together, much like a paragraph; such blocks consist of one, or more, statements. Statement blocks help make code more readable by breaking up programs into logical work units. In C, C++, Java and some other languages, statement blocks are enclosed by curly braces Visual Basic requires an explicit End statement, as follows:
If x > 0 Then
    y = y + x
   End If
   For i = 1 To 10
    DoSomething(i)
   Next ' or Next i SQL Server and some other languages (for example Pascal) use Begin ... End blocks IF y IS NOT NULL BEGIN SELECT * FROM employee WHERE name = y END Further Information

Get more info on 'Statement Block'.


External Link Exchanges

Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:

    <a href="http://statement_block.totallyexplained.com">Statement block Totally Explained</a>

Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
   As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.



Copyright © 2007-8 totallyexplained.com | Licensed under the GNU Free Documentation License | Site Map
This article contains text from the Wikipedia article Statement block (History) and is released under the GFDL | RSS Version